home *** CD-ROM | disk | FTP | other *** search
/ The Business Master (3rd Edition) / The Business Master (3rd Edition).iso / files / utilstem / superbat / page7.doc < prev    next >
Encoding:
Text File  |  1988-05-11  |  1.0 KB  |  25 lines

  1.                                ┌──────────────┐
  2.                                │ RAW      COM │
  3.                                └──────────────┘
  4.  
  5.               This utility will set you screen in direct write mode.
  6.           If you use this in your autoexec.bat file and the ansi.sys
  7.           replacement in your config.sys file, even a PC will look
  8.           like an AT. Type    raw on
  9.  
  10.                                ┌──────────────┐
  11.                                │ REPLY    COM │
  12.                                └──────────────┘
  13.  
  14.               Another handy utility, REPLY.COM will wait for a
  15.           keypress and then set the DOS errorlevel to the scan code
  16.           for that key. Consult your DOS manual for a listing of the
  17.           key codes. In the following example the batch file will
  18.           wait for a Y or an N to be pressed, in either upper or
  19.           lower case. If any key other than Y or N is pressed it
  20.           will simply beep and continue waiting for the proper key.
  21.  
  22.  
  23.  
  24.  
  25.